MY词语>英语词典>memory allocation翻译和用法

memory allocation

英 [ˈmeməri ˌæləˈkeɪʃn]

美 [ˈmeməri ˌæləˈkeɪʃn]

网络  内存分配; 内存分派; 內存分配; 内存配置; 存储器分配

计算机

双语例句

  • It causes memory allocation by creating randomly sized arrays of long integers.
    它通过创建可随机调整大小的长整数数组导致内存分配。
  • The Boost pool library introduces tools that you can use for fast memory allocation.
    Boostpool库引入了可用于实现快速内存分配的工具。
  • You can now configure a private memory cache for every CPUVP to decrease the time of server memory allocation on large multiprocessor computers.
    现在可以为每个CPUVP配置一个私有内存缓存,以减少大型多处理器计算机上的服务器内存分配时间。
  • We can let our AIX POWER systems automatically adjust memory allocation based on workload and demand.
    我们可以让AIXPOWER系统根据工作负载和需要自动地调整内存分配。
  • The depth of the stack determines how complex a filter can be evaluated without requiring any additional memory allocation.
    堆栈的深度决定在不要求分配任何附加内存的情况下一个可以被赋值的过滤器有多复杂。
  • If the shared memory allocation is exceeded, eAccelerator must purge old scripts from memory.
    如果共享内存的分配超出极限,eAccelerator必须将旧脚本从内存中清除。
  • Fixed crash in texture memory allocation.
    固定坠毁在纹理内存分配。
  • Thus, both data reading and main memory allocation have much influence on simplification efficiency.
    其中,数据读入和内存分配的操作对简化效率影响很大。
  • There have been several attempts to add tracking for memory allocation from within client-side JavaScript libraries.
    人们曾多次尝试在客户端JavaScript库中添加对内存分配的跟踪。
  • This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.
    代码从池中检索到一个实例,从而避免了内存分配、构建和最终的垃圾回收。